home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / Silly String / ReadMe < prev   
Encoding:
Text File  |  2001-06-23  |  992 b   |  48 lines

  1. Silly String
  2. MacHack 16
  3. ©2001 Barry Semo. All Rights Reserved.
  4.  
  5. A totally useless hack that interprets html type tags in strings,
  6. rendering them on the fly. Due to file name length restrictions, 
  7. all tags are one letter, and often cryptic.
  8.  
  9.     \a  application font
  10.     \b  bold
  11.     \c  cyan color
  12.     \e  Cooper Black font
  13.     \f  Parisian font
  14.     \g  green color
  15.     \i  italic
  16.     \k  black color
  17.     \m  magenta color
  18.     \o  outline
  19.     \p  purple color
  20.     \r  red color
  21.     \s  sand font
  22.     \t  orange color (o used, so t for tangerine)
  23.     \u  underline
  24.     \v  blue color (b used, v replaecs)
  25.     \w  Stencil font
  26.     \x  Swing
  27.     \y  yellow color
  28.     \z  zapf dingbats
  29.     \^  superscript
  30.     \-  normal font
  31.     \.  subscript
  32.     \1  5 pt
  33.     \2  6 pt
  34.     \3  8 pt
  35.     \4  9 pt
  36.     \5  12 pt
  37.     \6  14 pt
  38.     \7  16 pt
  39.     \8  18 pt
  40.     \9  20 pt
  41.     
  42. Thanks to Chris Russ for the idea, Warren Magnus for helping in
  43. naming it and Victor Tan and Miro Jurisic for their help. This 
  44. hack was written entirely at MacHack. No creatures living or 
  45. dead were harmed in this hack. 
  46.  
  47.  
  48.